github.com/klauspost/compress/flate.compressionLevel.chain (field)

6 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L61: 	good, lazy, nice, chain, fastSkipHashing, level int
		deflate.go#L278: 	tries := d.chain
		deflate.go#L286: 	if d.chain < 100 {
		deflate.go#L418: 	if d.windowEnd != s.index && d.chain > 100 {
		deflate.go#L641: 				if n := int(s.ii) - d.chain; n > 0 {
		deflate.go#L841: 	switch d.compressionLevel.chain {